Learn R Programming

neptune (version 0.2.3)

[<-.neptune.new.metadata_containers.run.Run: Assigns the provided value to the field.

Description

Assigns the provided value to the field.

Arguments

x

Neptune Run object

i

string, name of the field to set

value

value which is assigned to field

Value

None

See Also

Useful links:

Examples

Run this code
# NOT RUN {
# We are using api token for an anonymous user neptuner. For your projects use your private token.
run <- neptune_init(api_token = 'ANONYMOUS',
                    project = "common-r/quickstarts")
run['epochs'] <- 100
# }

Run the code above in your browser using DataLab